home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 136 / XENIATGM136.iso / Shareware / Dragon UnPACKer 4.22a / dup422-setup.exe / {app} / utils / DUHTComp.txt < prev    next >
Text File  |  2001-07-22  |  3KB  |  98 lines

  1. Dragon UnPACKer HTML Template Compiler (DUTHComp) v1.2.1               Freeware
  2. (c)Copyright 2000-2001 Alex Devilliers / Dragon Software             22-07-2001
  3. ===============================================================================
  4.  
  5.   What is DUHTComp ?
  6.   ------------------
  7.  
  8. This program allow you to make .UHT files for Dragon UnPACKer.
  9. Allowing you if you want to make a HTML Template for the HTML List feature of
  10. Dragon UnPACKer.
  11.  
  12.  
  13.   How to use DUHTComp
  14.   -------------------
  15.  
  16. The compiler by itself is very easy to use.
  17. Just run it with the filename you wish to compile.
  18.  
  19. Ex: DUHTComp example.ts
  20.  
  21. But the TSF (Template Source file) format can seem strange.
  22. The only doc you will have is the commented TS files given (default.ts and
  23. homepage.ts) from the Dragon UnPACKer archive (default.uht and homepage.uht)
  24. along with the needed HTMLs.
  25.  
  26. You can find those examples in the files:
  27.   example-default.zip
  28.   example-homepage.zip
  29.  
  30. It should be enough to understand how to make a template.
  31.  
  32. But here is the list of macros to know:
  33. (H = Header, F = Footer and V = Variable)
  34.  
  35.                   HFV
  36.   $$FILE$$          X  File (ex: VERSION.TXT)
  37.   $$FILE0$$         X  File without extension (ex: VERSION)
  38.   $$FILEEXT$$       X  File extension (ex: TXT)
  39.   $$FILENAME$$    XXX  Filename of the currently opened file in Dragon UnPACKer
  40.   $$FORMAT$$      XX   Format of the currently opened file in Dragon UnPACKer
  41.   $$DESC$$          X  Description
  42.   $$DIRECTORY$$   XXX  Current directory in main file
  43.   $$DUPVER$$      XX   Dragon UnPACKer version (displayed #.##.##)
  44.   $$DUPEDIT$$     XX   Dragon UnPACKer release (displayed ###, ex: Beta)
  45.   $$DUPURL$$      XX   Dragon UnPACKer Web page URL
  46.   $$LNG<??????>$$ XX   Dragon UnPACKer Language keyword "??????"
  47.   $$OFFSET$$        X  Offset
  48.   $$HOFFSET$$       X  Offset (In Hexa, ex: 0009AD01)
  49.   $$SIZE$$          X  Size
  50.   $$HSIZE$$         X  Size (In Hexa, ex: 0009AD01)
  51.   $$TOTNUMBYTES$$  X   Number of bytes in file
  52.   $$TOTNUMFILES$$  X   Number of files in file
  53.  
  54.   Compatibility list
  55.   ------------------
  56.  
  57. DUHTComp is compiling DUHT files version 1 (Revision 05/11/2000).
  58. Here is a list of programs supporting this format:
  59.  
  60. Dragon UnPACKer v4.12.67 and earlier versions
  61.  
  62.  
  63.   Contact
  64.   -------
  65.  
  66. Dragon Software is available on the internet at:
  67. http://www.drgsoft.com/
  68.  
  69. You can reach Alex Devilliers:
  70.  
  71.  By E-Mail: support@drgsoft.com
  72.     By ICQ: 1535372 (Elbereth)
  73.  
  74.  
  75.   What's new?
  76.   -----------
  77.  
  78. Version 1.2.1:
  79.  
  80.  + Added verifications (check if files exist).
  81.  - Removed the need of having cmctl32.ocx.
  82.  ! Removed a debug msgbox.
  83.  
  84. Version 1.1.6:
  85.  
  86.  + Added IncludeFile (IM) to the UHT file format.
  87.    Maximum number of IncludeFile: 100
  88.  + Added Preview (PV) to the UHT file format.
  89.  ! Fixed many bugs..
  90.  
  91. Version 1.0.6:
  92.  
  93.  i First working version ever.
  94.  i Updated documentation on 04/11/2000.
  95.    Now included in the Dragon UnPACKer archive.
  96.  
  97. ===============================================================================
  98.